This repository was archived by the owner on Nov 7, 2023. It is now read-only.
Open
Conversation
Following parameters were added:
--paint-gradient <yes/no> paint gradient background
--paint-zeroing <yes/no> paint zeroing lines
--paint-markers <yes/no> paint markers on data points (since 1.1.3)
--force-y <limit> force Y axis limit
--hide-low-counts <limit> hide points with sample count below limit
--success-filter <true/false> filter samples by success flag (since 0.5.6), possible values are true, false, if not set no filtering on success flag will occur
--auto-scale <yes/no> enable/disable auto-scale multipliers for perfmon/composite graph
--extractor-regexps <regExps list> list of keyRegExp and valRegExp pairs separated with {;}, only used by PageDataExtractorOverTime
--include-label-regex <true/false> include samples using regular expression
--exclude-label-regex <true/false> exclude samples using regular expression
--start-offset <sec> include in report only samples with (timestamp - relativeStartTime) > startOffset
--end-offset <sec> include in report only samples with (timestamp - relativeStartTime) < endOffset
They can be configured using the following "graph" configuration tags:
<paintGradient>true/false</paintGradient>
<paintZeroing>true/false</paintZeroing>
<paintMarkers>true/false</paintMarkers>
<forceY>integer value</forceY>
<hideLowCounts>integer value</hideLowCounts>
<successFilter>true/false</successFilter>
<autoScale>true/false</autoScale>
<extractorRegexps>string value</extractorRegexps>
<includeLabelRegex>true/false</includeLabelRegex>
<excludeLabelRegex>true/false</excludeLabelRegex>
<startOffset>long value</startOffset>
<endOffset>long value</endOffset>
Add support for other JMeterPlugins parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This request to merge latest enhancement of graph plugin into one version:
Please feel free to ask questions.